(rmail-default-file, rmail-default-rmail-file): New defvars.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 21:14:54 +0000 (21:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Apr 1994 21:14:54 +0000 (21:14 +0000)
lisp/mail/rmailout.el

index fa96fb9316bebc3a99545e2903d3aee2d63c7bf6..91a93a4e4420c010acdfc032919b8f13cbbfd7ee 100644 (file)
@@ -37,6 +37,12 @@ NAME-EXP may be a string constant giving the file name to use,
 or more generally it may be any kind of expression that returns
 a file name as a string.")
 
+;; These duplicate defvars in rmail.el, for the sake of gnus.
+(defvar rmail-default-file nil
+  "*Default file name for \\[rmail-output].")
+(defvar rmail-default-rmail-file (expand-file-name "~/XMAIL")
+  "*Default file name for \\[rmail-output-to-rmail-file].")
+
 (defun rmail-output-menu (event)
   "Output current message to another Rmail file, chosen with a menu."
   (interactive "e")